home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / XVID.ZIP / XVID.DOC < prev    next >
Encoding:
Text File  |  1996-09-09  |  721 b   |  15 lines

  1. Here's a simple lib for X mode sprites.  It lets you set graphics, change 
  2. resolution on the fly, do page flipping, plot a point, get a point, and
  3. display sprites.  And shrink and zoom the sprites.  And flip the sprites
  4. vertically and horizontally. And rotate them by an arbitrary number of 
  5. degrees.  And clip them to a window.  Have fun.
  6.  
  7. The files were written in Borland C++.  They will probably need some 
  8. modification to run on any other compiler.
  9.  
  10. If you make any cool programs with this,  be sure to upload a sample
  11. (or at least a demo) to the CompuServe GAMEDEV forum.  Any questions,
  12. comments, or complaints should be addressed to me in that forum, or
  13. E-mailed to me at 76752,2243@compuserve.com
  14.  
  15.